home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / sframework / doc / fma-scripting-framework.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-09  |  3.6 KB  |  85 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <html>
  4.     
  5.     <head>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.         <meta http-equiv="Expires"      content="Now" />
  8.         <meta http-equiv="Pragma"       content="No cache" />
  9.         <meta name="Description"        content="FMA Scripting Framework" />
  10.         <meta name="Keywords"           content="fma, float, mobile, agent, scripting, vbs, vbscript, framework, development, plugins, sony, ericsson, sonyericsson, t68i, t610" />
  11.         <meta name="Author"             content="Thomas Wittek <twittek@smail.uni-koeln.de>" />
  12.         <meta name="Robots"             content="nofollow" />
  13.         <!-- <link rel="StyleSheet" href="#fmadok.css" type="text/css" /> -->
  14.         <title>FMA Scripting Framework - Easy creation of FMA scripts</title>
  15.     </head>
  16.     
  17.     <body>
  18.         <h1>FMA Scripting Framework - Documentation (Beta)</h1>
  19.         <h2>Table of contents</h2>
  20.         
  21.         <ul>
  22.             <li>
  23.                 <a href="use.html">Using the FMA Scripting Framework</a>
  24.                 <ul>
  25.                     <li><a href="use.html#about"  >About</a></li>
  26.                     <li><a href="use.html#install">Installation</a></li>
  27.                     <li><a href="use.html#config" >Configuration</a></li>
  28.                     <li><a href="use.html#updates">Updates</a></li>
  29.                 </ul>
  30.                 <br />
  31.             </li>
  32.             <li>
  33.                 <a href="dev.html">Developing own plugins</a>
  34.                 <ul>
  35.                     <li><a href="dev.html#simple"   >A simple plugin</a></li>
  36.                     <li><a href="dev.html#menus"    >Menus</a></li>
  37.                     <li><a href="dev.html#dialogues">Dialogues</a></li>
  38.                     <li><a href="dev.html#control"  >Controlling applications</a></li>
  39.                     <li><a href="dev.html#events"   >Events</a></li>
  40.                     <li><a href="dev.html#keys"     >Key Events</a></li>
  41.                     <li><a href="dev.html#settins"  >Persistent Settings</a></li>
  42.                     <li><a href="dev.html#adt"      >Abstract Data Types</a></li>
  43.                     <li><a href="dev.html#util"     >Helpful utilities (Util, QuickSort, Debug)</a></li>
  44.                 </ul>
  45.                 <br />
  46.             <li>
  47.                 <a href="core.html">Core development</a>
  48.                 <ul>
  49.                     <li><a href="core.html#structure">General framework structure - The big picture</a></li>
  50.                     <li>
  51.                         <a href="core.html#classes">Core Classes</a>
  52.                         <ul>
  53.                             <li><a href="core.html#classes_stack"        >Stack</a></li>
  54.                             <li><a href="core.html#classes_llist"        >LinkedList</a></li>
  55.                             <li><a href="core.html#classes_hash"         >Hash</a></li>
  56.                             <li><a href="core.html#classes_settings"     >Settings</a></li>
  57.                             <li><a href="core.html#classes_debug"        >Debug</a></li>
  58.                             <li><a href="core.html#classes_util"         >Utilities</a></li>
  59.                             <li><a href="core.html#classes_eventmanager" >EventManager</a></li>
  60.                             <li><a href="core.html#classes_keymanager"   >KeyManager</a></li>
  61.                             <li><a href="core.html#classes_managedmenu"  >ManagedMenu</a></li>
  62.                             <li><a href="core.html#classes_pluginmanager">PluginManager</a></li>
  63.                         </ul>
  64.                     </li>
  65.                     <li>
  66.                         <a href="core.html#plugins">Core Plugins</a>
  67.                         <ul>
  68.                             <li><a href="core.html#plugins_demo"        >Demo</a></li>
  69.                             <li><a href="core.html#plugins_mainmenu"    >FrameworkMainMenu</a></li>
  70.                             <li><a href="core.html#plugins_configurator">Configurator</a></li>
  71.                             <li><a href="core.html#plugins_info"        >PluginInfo</a></li>
  72.                             <li><a href="core.html#plugins_test"        >Test</a></li>
  73.                         </ul>
  74.                     </li>
  75.                 </ul>
  76.                 <br />
  77.             </li>
  78.         </ul>
  79.         
  80.         <hr />
  81.         by <a href="http://www.zentrifuge.biz/">streawkceur</a>. <a href="http://fma.xinium.com/">http://fma.xinium.com/</a>
  82.     </body>
  83.     
  84. </html>
  85.